[INFO] fetching crate codlet-core 0.16.2...
[INFO] fixing codlet-core-0.16.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate codlet-core 0.16.2 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate codlet-core 0.16.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate codlet-core 0.16.2
[INFO] tweaked toml for crates.io crate codlet-core 0.16.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate codlet-core 0.16.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate codlet-core 0.16.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 51ab6a4bde63c21a4945e1de3764a5b5281f25d326e1f3228c4c299a1b6b36f8
[INFO] running `Command { std: "docker" "start" "51ab6a4bde63c21a4945e1de3764a5b5281f25d326e1f3228c4c299a1b6b36f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "51ab6a4bde63c21a4945e1de3764a5b5281f25d326e1f3228c4c299a1b6b36f8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51ab6a4bde63c21a4945e1de3764a5b5281f25d326e1f3228c4c299a1b6b36f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "51ab6a4bde63c21a4945e1de3764a5b5281f25d326e1f3228c4c299a1b6b36f8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking hmac v0.13.0
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking codlet-core v0.16.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `codlet_core::audit::CollectingAuditSink`
[INFO] [stdout]    --> tests/rfc_008_012_acceptance.rs:6:52
[INFO] [stdout]     |
[INFO] [stdout]   6 | use codlet_core::audit::{AuditSink, CodeAuthEvent, CollectingAuditSink, NoopAuditSink};
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^^^ no `CollectingAuditSink` in `audit`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/audit.rs:173:12
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(any(test, feature = "test-utils"))]
[INFO] [stdout]     |          ------------------------------ the item is gated here
[INFO] [stdout] 172 | #[derive(Debug, Default)]
[INFO] [stdout] 173 | pub struct CollectingAuditSink {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `codlet_core::mem`
[INFO] [stdout]   --> tests/rfc_008_012_acceptance.rs:10:18
[INFO] [stdout]    |
[INFO] [stdout] 10 | use codlet_core::mem::MemRateLimitStore;
[INFO] [stdout]    |                  ^^^ could not find `mem` in `codlet_core`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[cfg(any(test, feature = "test-utils"))]
[INFO] [stdout]    |          ------------------------------ the item is gated here
[INFO] [stdout] 67 | pub mod mem;
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `codlet_core::audit::CollectingAuditSink`
[INFO] [stdout]    --> tests/rfc_013_acceptance.rs:15:26
[INFO] [stdout]     |
[INFO] [stdout]  15 | use codlet_core::audit::{CollectingAuditSink, NoopAuditSink};
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^ no `CollectingAuditSink` in `audit`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/audit.rs:173:12
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(any(test, feature = "test-utils"))]
[INFO] [stdout]     |          ------------------------------ the item is gated here
[INFO] [stdout] 172 | #[derive(Debug, Default)]
[INFO] [stdout] 173 | pub struct CollectingAuditSink {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `codlet_core::clock::FixedClock`
[INFO] [stdout]   --> tests/rfc_013_acceptance.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use codlet_core::clock::FixedClock;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^----------
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         no `FixedClock` in `clock`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/clock.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[cfg(any(test, feature = "test-utils"))]
[INFO] [stdout]    |          ------------------------------ the item is gated here
[INFO] [stdout] 46 | #[derive(Debug, Clone, Copy)]
[INFO] [stdout] 47 | pub struct FixedClock(pub u64);
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `codlet_core::mem`
[INFO] [stdout]   --> tests/rfc_013_acceptance.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout] 23 | use codlet_core::mem::{MemCodeStore, MemFormTokenStore, MemSessionStore};
[INFO] [stdout]    |                  ^^^ could not find `mem` in `codlet_core`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[cfg(any(test, feature = "test-utils"))]
[INFO] [stdout]    |          ------------------------------ the item is gated here
[INFO] [stdout] 67 | pub mod mem;
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `codlet-core` (test "rfc_008_012_acceptance") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `codlet-core` (test "rfc_013_acceptance") due to 3 previous errors
[INFO] [stdout] error[E0432]: unresolved import `codlet_core::mem`
[INFO] [stdout]   --> tests/rfc_005_006_007_011_acceptance.rs:7:18
[INFO] [stdout]    |
[INFO] [stdout]  7 | use codlet_core::mem::{MemCodeStore, MemFormTokenStore, MemSessionStore};
[INFO] [stdout]    |                  ^^^ could not find `mem` in `codlet_core`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[cfg(any(test, feature = "test-utils"))]
[INFO] [stdout]    |          ------------------------------ the item is gated here
[INFO] [stdout] 67 | pub mod mem;
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `codlet-core` (test "rfc_005_006_007_011_acceptance") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "51ab6a4bde63c21a4945e1de3764a5b5281f25d326e1f3228c4c299a1b6b36f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51ab6a4bde63c21a4945e1de3764a5b5281f25d326e1f3228c4c299a1b6b36f8", kill_on_drop: false }`
[INFO] [stdout] 51ab6a4bde63c21a4945e1de3764a5b5281f25d326e1f3228c4c299a1b6b36f8
